home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Print & Paint Power
/
Print & Paint Power.iso
/
hitech
/
cdc.bat
next >
Wrap
DOS Batch File
|
1994-08-01
|
391b
|
32 lines
echo off
getop nojoy
goto split
:top
getop arg:1 nojoy
:split
if ERRORLEVEL 5 goto show
if ERRORLEVEL 4 goto help
if ERRORLEVEL 3 goto color
if ERRORLEVEL 2 goto pro
if ERRORLEVEL 1 goto paint
goto exit
:pro
call proplus
goto top
:paint
call paint
goto top
:color
call color
goto top
:help
call help
goto top
:show
call clip
goto top
:exit
echo That is all.